home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / DLL_Toolkit / Source / HTBLineChart / HTBLineChart.rc < prev    next >
Encoding:
Text File  |  2001-03-02  |  4.1 KB  |  166 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif //_WIN32\r\n"
  53.     "#include ""res\\HTBLineChart.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. #ifndef _MAC
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Version
  66. //
  67.  
  68. VS_VERSION_INFO VERSIONINFO
  69.  FILEVERSION 1,0,0,1
  70.  PRODUCTVERSION 1,0,0,1
  71.  FILEFLAGSMASK 0x3fL
  72. #ifdef _DEBUG
  73.  FILEFLAGS 0x1L
  74. #else
  75.  FILEFLAGS 0x0L
  76. #endif
  77.  FILEOS 0x4L
  78.  FILETYPE 0x2L
  79.  FILESUBTYPE 0x0L
  80. BEGIN
  81.     BLOCK "StringFileInfo"
  82.     BEGIN
  83.         BLOCK "040904B0"
  84.         BEGIN
  85.             VALUE "CompanyName", "\0"
  86.             VALUE "FileDescription", "HTBLineChart DLL\0"
  87.             VALUE "FileVersion", "1, 0, 0, 1\0"
  88.             VALUE "InternalName", "HTBLineChart\0"
  89.             VALUE "LegalCopyright", "Copyright (C) 2000\0"
  90.             VALUE "LegalTrademarks", "\0"
  91.             VALUE "OriginalFilename", "HTBLineChart.DLL\0"
  92.             VALUE "ProductName", "HTBLineChart Dynamic Link Library\0"
  93.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  94.         END
  95.     END
  96.     BLOCK "VarFileInfo"
  97.     BEGIN
  98.         VALUE "Translation", 0x409, 1200
  99.     END
  100. END
  101.  
  102. #endif    // !_MAC
  103.  
  104.  
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Dialog
  108. //
  109.  
  110. IDD_LINECHARTDLG DIALOG DISCARDABLE  0, 0, 297, 127
  111. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  112. CAPTION "Dialog"
  113. FONT 8, "MS Sans Serif"
  114. BEGIN
  115.     CONTROL         "",IDC_LINE_CHART_CTRL,"LINE_CHART_CTRL",WS_TABSTOP,7,22,
  116.                     283,98
  117.     LTEXT           "Static",IDC_LABEL,7,7,283,10
  118. END
  119.  
  120.  
  121. /////////////////////////////////////////////////////////////////////////////
  122. //
  123. // DESIGNINFO
  124. //
  125.  
  126. #ifdef APSTUDIO_INVOKED
  127. GUIDELINES DESIGNINFO DISCARDABLE 
  128. BEGIN
  129.     IDD_LINECHARTDLG, DIALOG
  130.     BEGIN
  131.         LEFTMARGIN, 7
  132.         RIGHTMARGIN, 290
  133.         TOPMARGIN, 7
  134.         BOTTOMMARGIN, 120
  135.     END
  136. END
  137. #endif    // APSTUDIO_INVOKED
  138.  
  139. #endif    // English (U.S.) resources
  140. /////////////////////////////////////////////////////////////////////////////
  141.  
  142.  
  143.  
  144. #ifndef APSTUDIO_INVOKED
  145. /////////////////////////////////////////////////////////////////////////////
  146. //
  147. // Generated from the TEXTINCLUDE 3 resource.
  148. //
  149. #define _AFX_NO_SPLITTER_RESOURCES
  150. #define _AFX_NO_OLE_RESOURCES
  151. #define _AFX_NO_TRACKER_RESOURCES
  152. #define _AFX_NO_PROPERTY_RESOURCES
  153.  
  154. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  155. #ifdef _WIN32
  156. LANGUAGE 9, 1
  157. #pragma code_page(1252)
  158. #endif //_WIN32
  159. #include "res\HTBLineChart.rc2"  // non-Microsoft Visual C++ edited resources
  160. #include "afxres.rc"         // Standard components
  161. #endif
  162.  
  163. /////////////////////////////////////////////////////////////////////////////
  164. #endif    // not APSTUDIO_INVOKED
  165.  
  166.